home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / bool_lib / makefile.tc < prev    next >
Encoding:
Makefile  |  1994-12-19  |  1.2 KB  |  34 lines

  1. #
  2. # This is the make file for the bool_lib library for Borland C++ 2.0.
  3. #
  4. # Only large model is created here.
  5. #
  6. #                Gershon Elber, Jun 1989
  7. #
  8.  
  9. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  10. .SWAP
  11.  
  12. # Get the destination directories:
  13. !include "..\makeflag.tc"
  14.  
  15. OBJS =  adjacncy.obj bool-hi.obj bool1low.obj bool2low.obj bool-2d.obj
  16.  
  17. POBJS = +adjacncy.obj +bool-hi.obj +bool1low.obj +bool2low.obj +bool-2d.obj
  18.  
  19. bool_lib.lib: $(OBJS)
  20.     del bool_lib.lib
  21.     tlib /c bool_lib.lib @&&!
  22. $(POBJS), bool_lib.lst
  23. !
  24.  
  25. install: bool_lib.lib
  26.     copy bool_lib.lib $(LIB_DIR)
  27.  
  28. # Dependencies starts here - do not touch, generated automatically.
  29. adjacncy.obj:    ../include/irit_sm.h ../include/allocate.h bool_loc.h
  30. bool-2d.obj:    ../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/convex.h ../include/geomat3d.h ../include/intrnrml.h
  31. bool-hi.obj:    ../include/irit_sm.h ../include/allocate.h ../include/attribut.h bool_loc.h ../include/convex.h ../include/poly_cln.h ../include/geomat3d.h
  32. bool1low.obj:    ../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/geomat3d.h
  33. bool2low.obj:    ../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/convex.h ../include/geomat3d.h ../include/intrnrml.h
  34.